home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / df450r.zip / DF450.NEW < prev    next >
Text File  |  1991-12-04  |  4KB  |  112 lines

  1.         DF:
  2.         ---
  3.  
  4.         Rewrote sort routines.  They're now MUCH faster (at least 3x --
  5.         not counting time to read from disk)  For the technically
  6.         inclined, the existing bubblesort was replaced with a quicksort
  7.         algorithm.
  8.  
  9.         Sorts can now be done in ascending or descending order
  10.         Alt-N,E,S,D,T or Cntrl-N,E,S,D,T.  Plus logical secondary sorts
  11.         (Extension when primary key is name; Name otherwise) now take
  12.         place automatically.  Ascending and descending order can also be
  13.         specified on the command line with + or -  suffices to the sort
  14.         letter.
  15.  
  16.         Sorts in attribute order (T) added.
  17.  
  18.         Drive table allows movement between drives by pressing left and
  19.         right arrows.
  20.  
  21.         F11/F12 keys added to main menu.  F11=Re-mark (equivalent to F6
  22.         followed by F7).  F12=Secondary main viewer
  23.  
  24.         Disable mouse switch added.  Plus (for those of you who had been
  25.         given the patching information on how to disable the mouse
  26.         previously), disabling the mouse now skips ALL the mouse code.
  27.         This may help to correct some mouse incompatibilities some
  28.         people ran across.
  29.  
  30.         DF now software initializes the mouse rather than hardware
  31.         initializing it.  This gets DF started a bit more quickly.
  32.  
  33.         Added RShift-F11/F12 to user-defined pool.
  34.  
  35.         Added Secondary Create Archive key (RShift-F10) -- default is for
  36.         ARJ.
  37.  
  38.         Increased length of user-defined command lines.
  39.  
  40.         Function of numeric keypad <Enter> and main keypad <Enter> keys
  41.         may be swapped.
  42.  
  43.         Increased SmartViewer line length.  Increased number of
  44.         SmartViewers.  Multiple extensions per SmartViewer command-line
  45.         plus single-character (i.e. ?) wildcards in extensions.
  46.  
  47.         Pause and refresh switches added for SmartViewers.
  48.  
  49.         Added new parameters in user-defined command lines
  50.  
  51.         Eliminated dir checks from user-defined command lines (i.e. a
  52.         directory is now treated just like a filename)
  53.  
  54.         Added configuration file option.  It is now no longer necessary
  55.         to modify the executable DF file.  This is particular interest
  56.         to those who run virus software in the background to detect
  57.         writes to executables.  If a file called DF.CFG in xxx.COM's
  58.         directory (where xxx.COM is the name of DF.COM), it will be used
  59.         automatically.  Else, the parameters stored within xxx.COM are
  60.         used.  Alternate .CFG files can be specified on the command-line
  61.         using the /C switch.  .CFG file checking can be turned off with
  62.         DFCONFIG setting.
  63.  
  64.         Lots of large disk and large directory display problems fixed.
  65.         Also, most  directory and disk sizes are now displayed with
  66.         comma separators to make them easier to read.
  67.  
  68.         Cluster size for Dir size floppy estimates changed to 1024 bytes
  69.         (from 512  bytes).
  70.  
  71.         Alt-F toggles file only (i.e. no directories) display
  72.  
  73.         "Graceful degradation" when the number of files in a directory
  74.         exceeds  DF's limit (512 to 1000 or so files depending upon max
  75.         memory, TSR's etc.)
  76.  
  77.         Help screen modified to reflect changes and increase consistency.
  78.  
  79.         It is "believed" that the snow problem is fixed.  There was a
  80.         logic  reversal problem and the display is now slower with
  81.         snow-checking on but I  don't have a "snowy" old IBM CGA to
  82.         actually test on.
  83.  
  84.         Bug with last character of a user-entered command line being
  85.         chopped off fixed.
  86.  
  87.              X-Ray Viewers:
  88.              --------------
  89.  
  90.         ZOO SmartViewer written as addition to the XRAY viewers (ZR,
  91.         etc.).
  92.  
  93.         Delete a file option added to SmartViewers ('D').  (Can be
  94.         disabled with  patch)
  95.  
  96.              DFCONFIG:
  97.              ---------
  98.  
  99.         DFCONFIG extensively rewritten to handle DF changes and relinked
  100.         with new versions of user interface libraries.
  101.  
  102.         Context-sensitive help added.
  103.  
  104.         "Print registration form" option added.
  105.  
  106.         Fixes in libraries allowed me to put back in the up/down cursor
  107.         movement on the data-entry forms
  108.  
  109.              Other:
  110.              ------
  111.  
  112.         Documentation extensively rewritten.